data breakpoint meaning in Chinese
数据断点
数据断开点
资料断点
资料中断点
Examples
- How to : set a data breakpoint native only
>如何:设置数据断点(仅限本机) - Setting a data breakpoint causes execution to break when the value of that variable changes
设置数据断点会使程序在该变量值发生更改时中断执行。 - A data breakpoint is set on a global or local variable , rather than a location in the code
数据断点是设置在某个全局变量或局部变量上的断点,而不是在代码中的某一位置上。 - If you set a data breakpoint on a local variable , it is best to remove or disable it before the function ends
如果在局部变量上设置数据断点,则最好在函数结束之前移除或禁用它。 - If you attach a data breakpoint to a local variable , the data breakpoint remains enabled when the function ends
如果将数据断点附加到局部变量,则在函数结束时数据断点保持为启用状态。